home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / Dark Planet / data / ini / r_SR35.ini < prev    next >
Encoding:
Text File  |  2002-02-25  |  6.0 KB  |  187 lines

  1. #    R_SR35.INI
  2. #
  3. #    Copyright 2001 Edgies
  4. #    All Rights Reserved
  5. #    Warning! This file is computer generated, any comments added
  6. #    will be overwritten.
  7.  
  8. #    This field defines the properties of the object.
  9. #    More than one of the following entries can be specified.
  10. #
  11. #    OBJTYPE_STATIC_OBJECT
  12. #        Means that this object does not move. This generally means
  13. #        that the object has a block layout which is placed on the map.
  14. #    OBJTYPE_3D_OBJECT
  15. #        Means that this object is rendered in 3D as opposed to a
  16. #        sprite (unused).
  17. #    OBJTYPE_SCENERY
  18. #        Means that this object is not a house and is not mineable.
  19. #        Only purpose is aesthetic.
  20. #    OBJTYPE_HOUSE
  21. #        Means that this object is a house and can be owned by a team
  22. #        and taken into account in techtrees etc.
  23. #    OBJTYPE_MINEABLE
  24. #        Means that this object can be mined for resources.
  25. #    OBJTYPE_NO_PLACE_CHECK
  26. #        Means that this item can be placed on the map without
  27. #        checking the walkable status of the tiles underneath.
  28. #    OBJTYPE_RESEARCH
  29. #        Means that this INI file describes a research item.
  30. #        IE +5 to speed.
  31. #    OBJTYPE_JETTY
  32. #        Means that this object is a jetty and can be accessed from
  33. #        land and water. Current Unused.
  34. #    OBJTYPE_FLYING_UNIT
  35. #        Means that this unit flys instead of walks.
  36. #        (Cannot coexist with OBJTYPE_STATIC_OBJECT)
  37. #    OBJTYPE_MAP_FEATURE
  38. #        Means that this INI file describes a map feature which is
  39. #        placed like a house and has specific processing when a
  40. #        person walks over it.
  41. #    OBJTYPE_PICKUP
  42. #        Means that this INI file describes a pickup. A pickup can
  43. #        be placed at any pixel position and can be picked up by units.
  44. #    OBJTYPE_CLOAKING
  45. #        This is a special flags that causes this unit to darken down
  46. #        the cloak instead of lighting it up.
  47. #    OBJTYPE_LEADER
  48. #        This flags when used on a unit, causes the unit to influence
  49. #        the    statistics of other.
  50. #    OBJTYPE_RADAR_CLOAK
  51. #        This flag indicates a special from of cloak that sweeps
  52. #        around the unit lighting like 'a radar'.
  53. #    OBJTYPE_FIRE_WALKING
  54. #        This flag is used by the LBACK and means that the unit can
  55. #        fire while it walks and fights.
  56. #    OBJTYPE_METALLIC
  57. #        This flag is used to differentiate metal units and flesh units.
  58. #        metal units leak oil when destroyed.
  59. #    OBJTYPE_PSYCHIC_UNIT
  60. #        This flag causes the unit to 'point' in the direction of
  61. #        enemy units.
  62. #    OBJTYPE_PERSON_DESTRUCTABLE
  63. #        This flags means that the unit can self-destruct causing
  64. #        area of effect damage.
  65. #    OBJTYPE_MINEABLE_BY_MINE
  66. #        This flag means that this mineable can be mined by the mineral
  67. #        extractor or any other flagged mine object.
  68. #    OBJTYPE_HOVERING_UNIT
  69. #        Hovering units are essentially walking units that can
  70. #        walk across water.
  71.  
  72. object_type = OBJTYPE_RESEARCH;
  73.  
  74. #    This is the 5 letter prefix that defines the object.
  75. #    It is used to load the button, the 3d model,
  76. #    the animations etc.
  77. panel_button_filename = SR35;
  78.  
  79. #    This is the height of the object where 100 is 1 block
  80. max_height = 0;
  81.  
  82. #    The speed at which the building builds up. This is a value 
  83. #    which is "roughly" the number of frames that this item takes
  84. #  to build. If you specify 120 then the object should build in about
  85. #  4 seconds. 
  86. build_up_speed = 20;
  87.  
  88. #    Object Message Indeces.
  89. #    Use the LOCALISE program to edit/create these messages.
  90. #    These are the tags given to the messages in LOCALISE, and
  91. #    are references to the actual messages held in the message.ini file
  92. object_use_description = MSG_SR35_DESCRIPTION;
  93. object_short_description = MSG_SHORT_SR35;
  94. object_enemy_description = MSG_ERROR_WITH_MESSAGE;
  95.  
  96. #    These are the cost in resources to build this entity.
  97. food_to_build = 0;
  98. wood_to_build = 300;
  99. stone_to_build = 250;
  100. minerals_to_build = 0;
  101. faith_to_build = 330;
  102.  
  103. #    List of units that actions are added to with this
  104. #    research upgrade.
  105. add_actions_to = ;
  106.  
  107. #    List of spells changed by this research upgrade.
  108. spell_list = SPELL_PREVENT_MAGIC,
  109.     SPELL_HEAL_AREA_2,
  110.     SPELL_FIRE_RAIN,
  111.     SPELL_TORCH_AREA_2,
  112.     SPELL_FREEZE_AREA_2,
  113.     SPELL_RAISE_DEAD_3,
  114.     SPELL_HEAL_AREA_1,
  115.     SPELL_FERTILISE_LAND,
  116.     SPELL_TORCH_AREA_1,
  117.     SPELL_FREEZE_AREA_1,
  118.     SPELL_RAISE_DEAD_1,
  119.     SPELL_INVINCIBLE_AREA;
  120.  
  121. #    List of units that are upgraded with this
  122. #    research upgrade.
  123. research_sobj_list =     SOBJ_SORIN_ADEPT,
  124.             SOBJ_SORIN_PREST;
  125.  
  126. #    Research object modifications
  127. #    modifications to spells: range, cost and speed of casting
  128. spell_range_mod = 150;
  129. spell_cost_mod = 100;
  130. spell_conjure_mod = 100;
  131.  
  132. #    modifications to the mining speed for different resource types
  133. food_mining_speed_mod = 100;
  134. wood_mining_speed_mod = 100;
  135. stone_mining_speed_mod = 100;
  136. minerals_mining_speed_mod = 100;
  137. faith_mining_speed_mod = 100;
  138.  
  139. #    modifications to combat abilities of units/objects
  140. combat_armour_mod = 100;
  141. combat_attack_strength_mod = 100;
  142. initial_combat_experience_mod = 100;
  143. initial_hitpoints_mod = 100;
  144.  
  145. #    modifies the population limit of objects/units
  146. population_limit_mod = 100;
  147.  
  148. #    modifies mobile unit abilities
  149. walking_speed_mod = 100;
  150. turning_speed_mod = 100;
  151. carrying_capacity_mod = 100;
  152.  
  153. #    modifies the range an archer can fire
  154. archer_min_distance_mod = 100;
  155. archer_max_distance_mod = 100;
  156.  
  157. #    modifies the radius that an object lights the map
  158. map_lit_radius_mod = 130;
  159.  
  160. #    modifies the capacity of transports and the weight of its
  161. #    passengers.
  162. transport_capacity_mod = 100;
  163. transport_weight_mod = 100;
  164.  
  165. #    modifies the percentage of souls that gets collected on death
  166. soul_percentage_mod = 100;
  167.  
  168. #    modifies the range where resource collectors search for resources
  169. resource_search_range_mod = 100;
  170.  
  171. #    modifies the build up speed of the list of objects named
  172. build_up_speed_mod = 100;
  173.  
  174. #    Will be unit specific depending on what the custom ability
  175. #    for a specific object. Refer to the ini file for that object.
  176. custom_ability_value_1_mod = 100;
  177. custom_ability_value_2_mod = 100;
  178. custom_ability_value_3_mod = 100;
  179.  
  180. #    Modifications to the resource amounts it takes to build objects
  181. #    , units and research items.
  182. food_to_build_mod = 100;
  183. wood_to_build_mod = 100;
  184. stone_to_build_mod = 100;
  185. minerals_to_build_mod = 100;
  186. faith_to_build_mod = 100;
  187.